home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / speed486.zip / TEST1.DOC < prev    next >
Text File  |  1992-04-23  |  2KB  |  33 lines

  1.      TEST1.COM, TEST10.COM, and TEST100.COM are timing loop programs
  2. that can be used to test the relative processing speed of different
  3. computer systems. Unlike some speed testing programs 
  4. (i.e. Norton Utilities SI) it has been specifically optimized during
  5. compilation to use the internal registers of the CPU so the external
  6. bus speed is removed as a factor in the calculations.
  7.      As implied by the filenames, TEST10 takes approximately ten times
  8. as long to run as TEST1, and TEST100 takes approximately 100 times as 
  9. long. You cannot break out of the timing loop program while it is 
  10. counting therefore, given that TEST100 takes about 8 minutes to run on
  11. a 33MHz 486, you should probably avoid running TEST100 on a machine 
  12. much slower than this. It may take 30 minutes or longer to run on a 
  13. 20MHz 386sx. If you use TEST.BAT to run each program in order, you can
  14. break out of the process between tests if you wish. If you run TESTx and
  15. you find that you do not want to wait for the timing loop to complete,
  16. you will have to RESET to break the loop.
  17.      To run these programs simply execute TEST.BAT. This will run each of
  18. the programs in sequence and output the results. If you wish, you may 
  19. of course run each one individually. If you run these programs through
  20. a multitasking environment such as MS-Windows 3.x, the results you
  21. get will most likely be incorrect because of the processing overhead
  22. created by such an environment.
  23.      To make a hard copy of the results, simply do a Print Screen after
  24. the programs have completed their execution.
  25.      For reference, the following are some APPROXIMATE times for various
  26. machines:
  27.      
  28.         486-50        486 2-50    486-33
  29. TEST1        3.4sec        3.4sec        4.8sec
  30. TEST10        33.6sec        33.7sec        48sec
  31. TEST100        5:36min        5:37min        8:01min
  32.  
  33. ---JRE